Spell Check Client (stable:1.0)

2025/10/22 • 1 deleted methods

SpellChecker (removed)
Description The Bing Spell Check API lets you perform contextual grammar and spell checking. Bing has developed a web-based spell-checker that leverages machine learning and statistical machine translation to dynamically train a constantly evolving and highly contextual algorithm. The spell-checker is based on a massive corpus of web searches and documents.
Reference Link ¶

⚼ Request

POST:  /spellcheck
{
X-BingApis-SDK: string ,
Accept: string ,
Accept-Language: string ,
Pragma: string ,
User-Agent: string ,
X-MSEdge-ClientID: string ,
X-MSEdge-ClientIP: string ,
X-Search-Location: string ,
ActionType: string ,
AppName: string ,
cc: string ,
ClientMachineName: string ,
DocId: string ,
mkt: string ,
SessionId: string ,
SetLang: string ,
UserId: string ,
Mode: string ,
PreContextText: string ,
PostContextText: string ,
Text: string ,
}

⚐ Response (200)

{
flaggedTokens:
[
{
offset: integer ,
token: string ,
type: enum ,
suggestions:
[
{
suggestion: string ,
score: number ,
pingUrlSuffix: string ,
}
,
]
,
pingUrlSuffix: string ,
}
,
]
,
}

⚐ Response (default)

{
errors:
[
{
code: enum ,
subCode: enum ,
message: string ,
moreDetails: string ,
parameter: string ,
value: string ,
}
,
]
,
}